home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / Pac Man.swf / scripts / DefineSprite_136 / frame_3 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  98 b   |  10 lines

  1. if(fcount < "6000")
  2. {
  3.    fcount += "1";
  4.    gotoAndPlay(2);
  5. }
  6. else
  7. {
  8.    gotoAndStop(1);
  9. }
  10.